home *** CD-ROM | disk | FTP | other *** search
/ Fotografía Deportes y Acción Fácil / Fotografía Deportes y Acción Fácil.bin / ui / videos1.xml < prev    next >
Extensible Markup Language  |  2012-10-04  |  2KB  |  48 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <videos>
  3.   <!--
  4.         
  5.             NOTE about image folders, these are relative to the root folder
  6.             of this section, so assuming this folder is content/videos/ then
  7.             the first item will be in content/videos/dull_scenes/start.jpg
  8.             
  9.             Always use a forward slash when specifying sub-directories, the
  10.             interface will be able to resolve the platform differences by itself.
  11.             
  12.             <author> refers to the id of a team member specified in the team xml
  13.             file. This is used to retrieve the correct image for the author and to
  14.             avoid duplicating data all over the place.
  15.             
  16.          -->
  17.   <!-- 1 Landscape -->
  18.   <video>
  19.     <flv>1_bmx/1_bmx.flv</flv>
  20.     <author>sv</author>
  21.     <info>Edita fotos en movimiento mostrando varias posiciones</info>
  22.     <strap>P├íginas 118-123</strap>
  23.     <time>XX minutos</time>
  24.     <startImage>1_bmx/1_bmx_inicio.zip</startImage>
  25.     <allImagesFolder />
  26.   </video>
  27.   <!-- 2 -->
  28.   <video>
  29.     <flv>2_golf/2_golf.flv</flv>
  30.     <author>sv</author>
  31.     <info>Edita una secuencia tomada en stop-motion</info>
  32.     <strap>P├íginas 124-129</strap>
  33.     <time>XX minutos</time>
  34.     <startImage>2_golf/2_golf_inicio.CR2</startImage>
  35.     <allImagesFolder />
  36.   </video>
  37.   <!-- 3 -->
  38.   <video>
  39.     <flv>3_barrido/3_barrido.flv</flv>
  40.     <author>sv</author>
  41.     <info>Edita una foto para darle un efecto de barrido</info>
  42.     <strap>P├íginas 130-135</strap>
  43.     <time>XX minuntos</time>
  44.     <startImage>3_barrido/3_barrido_inicio.CR2</startImage>
  45.     <allImagesFolder />
  46.   </video>
  47.   <!-- 4 -->
  48. </videos>